From 2b9f3d434dd2429611d58b6a4a7a3924eb2c9392 Mon Sep 17 00:00:00 2001 From: "atse@norwich.uk.xensource.com" Date: Fri, 14 Jul 2006 11:49:24 +0100 Subject: [PATCH] [XEND] Minor syntax change Signed-off-by: Alastair Tse --- tools/python/xen/xend/server/SrvDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/server/SrvDaemon.py b/tools/python/xen/xend/server/SrvDaemon.py index b02d226b22..3f3a90d15a 100644 --- a/tools/python/xen/xend/server/SrvDaemon.py +++ b/tools/python/xen/xend/server/SrvDaemon.py @@ -136,7 +136,7 @@ class Daemon: if not XEND_DAEMONIZE: self.tracing(trace) self.run(None) - return ret; + return ret # we use a pipe to communicate between the parent and the child process # this way we know when the child has actually initialized itself so -- 2.30.2